From 47a06a247feb5626a481c9809737e281e5ae30ca Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 17 Nov 2005 15:04:21 +0000 Subject: [PATCH] Add a note about range arrow sensitivity. 2005-11-17 Matthias Clasen * README.in: Add a note about range arrow sensitivity. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ README.in | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 28a729fd63..1002649265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-11-17 Matthias Clasen + * README.in: Add a note about range arrow sensitivity. + * perf/treeview.c: const correctness fixes found by Arjan van de Ven and gcc. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 28a729fd63..1002649265 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-11-17 Matthias Clasen + * README.in: Add a note about range arrow sensitivity. + * perf/treeview.c: const correctness fixes found by Arjan van de Ven and gcc. diff --git a/README.in b/README.in index 0880fbbe3a..7cc4304799 100644 --- a/README.in +++ b/README.in @@ -36,6 +36,12 @@ Release notes for 2.10 in third-party widgets which forget to call gtk_style_attach() in their realize functions. +* Range widgets like GtkScrollbar now render their arrows insensitive + when the slider is at the end. Applications which react to arrow + clicks even if the slider is at the end may want to use the new + gtk_range_set_[upper/lower]_stepper_sensitivity() functions to + prevent the arrows from being rendered insensitive. + Release notes ============= -- 2.30.2